FISH-TSS README

===================================================================
I have added an algorithm to detect a top or bottom  and to initiate a buy or sell according
to the top or bottom.

See the .set file for parameters.

For a bottom it looks at x bars from lowest bar and compares # of pips between them.
Then compares the lowest bar with a bar y to the right of the lowest (bar 0)
If the two thresholds are satisfied a buy is sent.  Same idea for a sell.

Put the tester to work and optimize your favourite pairs.
               8-15bars                                   3-6 bars
X--------------------------------- lowbar-------------bar0  Y
          pips >= thr?                             pips>=thr2?

Thanks to contributor "Jam" for this EA, I only added the B/S algorithm.

Pip2